Class Doctrine-DBAL-Driver-PDOMySql-Driver not found

202

Class 'Doctrine\DBAL\Driver\PDOMySql\Driver' not found -

composer require doctrine/dbal

Class 'Doctrine\DBAL\Driver\PDOPgSql\Driver' not found -

# For Laravel 6x/7x:
composer require doctrine/dbal:"^2.0"

# For Laravel >= 8x:
composer require doctrine/dbal

Comments

Submit
0 Comments